关于ubuntu:ubuntu

您所在的位置:网站首页 ubuntu server 1804 关于ubuntu:ubuntu

关于ubuntu:ubuntu

#关于ubuntu:ubuntu| 来源: 网络整理| 查看: 265

进入容器后

# install ssh $ apt-get install openssh-client $ apt-get install openssh-server # start ssh service $ /etc/init.d/ssh start * Starting OpenBSD Secure Shell server sshd [ OK ] # enable root login $ vim /etc/ssh/sshd_config #------------ in file sshd_config -------------# # "PermitRootLogin yes" needs adding ... #LoginGraceTime 2m #PermitRootLogin prohibit-password PermitRootLogin yes #StrictModes yes #MaxAuthTries 6 #MaxSessions 10 ... #---------- end of file sshd_config -----------# # restart service $ service ssh restart * Restarting OpenBSD Secure Shell server sshd [ OK ] # set password of user root $ passwd root # add port to ssh $ /usr/sbin/sshd -p 12345 # checkout ip $ apt-get install net-tools $ ifconfig

在其余中央连贯

$ ssh root@{ip got above} -p 12345


【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3